* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

html,
body {
    width: 100%;
    font-family:'Microsoft YaHei';
}

/* 以上公共部分 */
.navigation {
    width: 1350px;
    height: 106px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.navigation img {
    width: 280px;
    margin-top: 32px;
}

.navigation_column {
    width: 968px;
    height: 106px;
}

.navigation_columnli {
    overflow: hidden;
    cursor: pointer;
}

.navigation_column_title {
    width: 121px;
    height: 106px;
    text-align: center;
    line-height: 106px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}

.navigation_column_title a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.navigation_columnli a {
    color: #fff;
}

.navigation_column2 {
    width: 100%;
    display: none;
    background: #1772B5;
    position: relative;
    bottom: 25px;
}

.navigation_column2 li {
    text-align: center;
    /* padding: 15px 0; */
    height: 50px;
    line-height: 42px;
    font-size: 17px;
    font-weight: bold;
}

.navigation_column2 a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 以上导航部分 */
.end {
    width: 100%;
    height: 51px;
    background: #242B37;
}

.end p {
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

/* 以上是底部 */
.column_bjcolor {
    background: #1772B5;
}

/* 导航特效 */